@charset "utf-8";
/* ************************************************************
Title: base.css
10px	84%			19px	159%
11px	92%			20px	167%
12px	100%		21px	175%
13px	109%		22px	184%
14px	117%		23px	192%
15px	125%		24px	200%
16px	134%		25px	209%
17px	142%		26px	217%
18px	150%
************************************************************ */
/*	Body

Safari 
@media screen and (-webkit-min-device-pixel-ratio:0) {}

Firefox
@-moz-document url-prefix() {}

body:empty #firefox12 {} 

ie7 
{*display: block;} 

ie6 
{_display: block;}

Opera
html:first-child #opera {} 
------------------------------------------------------------ */ 
body {
	font-size: 100%;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	line-height: 1.7;
	color: #666;
	background-color: #bfbfbf;
}
* + html body {
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size:100%;
	}
html>/**/body {
	font-size: 100%;
}

/*-----------------------------------
 *	Anchor
 *----------------------------------*/
a{
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}

/*	wrapper
------------------------------------*/ 
#wrapper {
	width: 100%;
	background:#ffffff url(../images/back.jpg) left top repeat-x;
	margin: 0 auto;
}

/*	Header
------------------------------------*/

#header {
	width:971px;
	height:141px;
	margin:0 auto;
	position:relative;
}
h1 {
	position:absolute;
	top:16px;
}
#header .links {
	position:absolute;
	right:0px;
	top:16px;
	+top:5px;
}
#header .links li {
	float:left;
	margin-left:14px;
	line-height:1%;
	background:url(../images/img_site_icon_off.png) left center no-repeat;
	+background:url(../images/img_site_icon_off.png) left 7px no-repeat;
}
#header .links li a {
	padding-left: 7px;
}


/*	topicpath
------------------------------------------------------------ */ 
#topicpath {
	margin-top:5px;
	margin-bottom:20px;
	padding-left:10px;
	width:900px;
	font-size: 92%;
}
#topicpath li {
	display: inline;
}
#topicpath li a{
	padding-right:12px;
	text-decoration:none;
	background:url(../images/icon_topics.gif) right center no-repeat;
}
#topicpath li a:hover{
	text-decoration:none;
	color:#00BFFF;
}


/*	Contents
------------------------------------*/
#contents {
	width: 971px;
	margin: 0 auto;
	padding-bottom:30px;
}


#katsudo h2, #sekei h2 {
	margin-top:30px;
	margin-bottom: 10px;
}

#mainText {
	width:971px;
	margin:0 auto;
}

#mainText h2 {
	margin-top:30px;
	padding-bottom:2px;
	margin-bottom: 15px;
	border-bottom:solid 1px #0099FF;

}

h3 {
	margin-top:10px;
	color:#0033cc;
	font-size: 117%;
	font-weight: bold;
	line-height: 40px;
}
h4 {
	color:#0099ff;
	margin-left:2px;
	padding-left: 1em;
	font-weight: bold;
	font-size: 109%;
	background: url(../images/rec.gif) left center no-repeat;
	margin-bottom: 5px;
}
h5 {
	color:#444;
	margin-left:2px;
	padding-left: 0.9em;
	font-weight: bold;
	background: url(../images/cir.gif) left center no-repeat;
}
.ml1em {
	margin-left:1em;
}
.thr {
	margin-left:1.2em;
	padding-left: 0.8em;
	background: url(../images/thr.gif) left center no-repeat;
}

#sekei {
	width:968px;
	font-family:"ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","MS 明朝",serif;
}
#sekei ul{
	border-bottom:solid 10px #fff;
	background:url(../images/sekei_back.gif) left top;
}

#sekei li{
	float:left;
	width:242px;
}
#sekei dl{
	padding:9px;
	border-right: solid 5px #fff;
	border-left: solid 5px #fff;
}	

#sekei dd{
	text-align:center;
	color:#fff;
	padding-top:5px;
}	

#sekei dd a{
	color:#ddd;
}
#sekei dd a:hover{
	color:#fff;
	text-decoration: none;
}



#map {
	margin-top:20px;
	margin-bottom:20px;
	background: #1c6bba url(../images/link_back.jpg) center top repeat-y;
	padding:30px;
}
#mapinner {
	width:800px;
	margin:0 auto;
}
#map ul{
	padding-left:50px;
}

#map li{
	float:left;
	padding-right:30px;
}
#map li.a1 {
	width:150px;
}
#map li.b1 {
	width:315px;
	padding-left:10px;
}
#map li.c1 {
	width:150px;
	padding-left:10px;
}
#map dl.line {
	border-right:solid 2px #fff;
}
#map dt a{
	color:#fff;
}
#map dt{
	padding-bottom: 2px;
}
#map dd a{
	color:#ddd;
	font-size: 92%;
}
#map ul ul{
	padding-left:10px;
}
#map li li{
	float:left;
	width:150px;
	padding-right:0px;
}
/*	Footer
------------------------------------*/
#footer {
	font-size:92%;
	background: url(../images/foot_back.jpg) left top repeat-x;
	height:73px;
	margin-top:10px;
	color:#999;
}

#footer .copyright {
	margin-top:3px;
	text-align:center;
	padding-top:20px;
}

#footer .copyright a{
	color:#999;
}


/* pagetop */
.pagetop {
	padding: 25px 0 15px;
	text-align: right;
}

.pagetop a {
	padding-left: 10px;
	line-height: 1.5;
	background: url(../images/pagetop.gif) no-repeat left 3px;
}

#mapContent {
	text-align:center;
	width:660px;
	height:400px;
	border:#ccc solid 1px;
	float:left;
}
.imgList {
	text-align: center;
}
.imgList img{
	margin-bottom: 25px;
}
